A powerline-style status bar for Claude Code using Catppuccin Mocha colors and Nerd Font glyphs.
Segments (left to right):
| Segment | Color | Content |
|---|
| // example how to set up WebGPU rendering on Windows in C | |
| // uses Dawn implementation of WebGPU: https://dawn.googlesource.com/dawn/ | |
| // download pre-built Dawn webgpu.h/dll/lib files from https://github.com/mmozeiko/build-dawn/releases/latest | |
| #include "webgpu.h" | |
| #define _CRT_SECURE_NO_DEPRECATE | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> |
| ## Codebase Reality Check — Ground Truth Audit | |
| **Purpose:** Establish what IS implemented vs what was PLANNED. | |
| **Rule:** No assumptions. No inference from docs. Evidence from code + runtime only. | |
| **Anti-pattern:** Reading the PRD and assuming it matches reality. It doesn't until proven. | |
| --- | |
| ### Source of truth hierarchy |
| [ | |
| { | |
| "name": "PT. BANK CIMB NIAGA - (CIMB)", | |
| "code": "022" | |
| }, | |
| { | |
| "name": "PT. BANK CIMB NIAGA UNIT USAHA SYARIAH - (CIMB SYARIAH)", | |
| "code": "730" | |
| }, | |
| { |
| #include "ValveKeyValue.h" | |
| using namespace Parsers; | |
| #include <exception> | |
| #include <cctype> | |
| ValveKeyValue::Token ValveKeyValue::LexNext() | |
| { | |
| bool readingValue = false; |
This is a module of https://github.com/opentrack/opentrack project, allows to use XReal glasses' accelerometer and gyroscope for head tracking in games. Since XReal glasses works like display - head tracking provides additional immersive experience.
Source code available here: https://github.com/X-Stuff/opentrack/tree/master/tracker-xreal-one
Tracker connects to TCP socket and read data that glasses send.
--continue after Directory mv move - Migration Guide and Internal Mechanics explanation )This guide explains how to preserve Claude Code's --continue functionality when moving project directories, along with the underlying mechanics.
Note: Claude Code currently lacks built-in directory migration features. Each directory maintains independent conversation sessions, and history doesn't automatically transfer when projects are moved.
When you move a project directory and want to preserve your conversation history:
Claude Code supports loading plugins on a per-session basis using the --plugin-dir flag. This is additive — it loads the specified plugin(s) in addition to all normally installed/enabled plugins. It does not replace them.
A plugin directory is identified by having a .claude-plugin/plugin.json manifest inside it.
A Claude Code skill that performs a comprehensive audit of your entire Claude Code configuration — surfacing dead weight, conflicts, stale rules, and wasted context tokens so you can keep your setup lean and effective.
Claude Code configurations grow organically. You add a rule to fix a bad output, paste in a convention from a blog post, duplicate a preference across files without realizing it. Over time, your CLAUDE.md, skills, and settings accumulate cruft that eats context tokens without improving results.
This skill gives you a structured way to periodically audit everything and get an honest assessment of what to cut, merge, reword, or relocate.
Syncing an Ethereum node is largely reliant on latency and IOPS, I/O Per Second, of the storage. Budget SSDs will struggle to an extent, and some won't be able to sync at all. IOPS can roughly be used as proxy of / predictor for latency. Measuring latency directly is arguably better.
This document aims to snapshot some known good and known bad models.
The drive lists are ordered by interface and then by capacity and alphabetically by vendor name, not by preference. The lists are not exhaustive at all. @mwpastore linked a filterable spreadsheet in comments that has a far greater variety of drives and their characteristics. Filter it by DRAM yes, NAND Type TLC, Form Factor M.2, and desired capacity.
For size, 4TB is a conservative choice which also supports a Fusaka "supernode". The smaller 2TB drive should last an Ethereum full node until at least sometime 2026, with [pre-merge history expiry](http